Partager via


Assembly propriété

Gets the assembly that is associated with the exception.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Assembly As String
    Get
'Utilisation
Dim instance As AssemblyAlreadyRegisteredException
Dim value As String

value = instance.Assembly
public string Assembly { get; }
public:
property String^ Assembly {
    String^ get ();
}
member Assembly : string
function get Assembly () : String

Valeur de la propriété

Type : System. . :: . .String
A String value that specifies the assembly that is associated with the exception.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.