Compartilhar via


Propriedade do RDL AssemblyAlreadyRegisteredException.Assembly

Gets the assembly that is associated with the exception.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public ReadOnly Property Assembly As String 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Manipulando exceções SMO

Consulte também

Referência

AssemblyAlreadyRegisteredException Classe

Namespace Microsoft.SqlServer.Management.Dmf