Propriedade do RDL AssemblyName
Gets the name of the CLR assembly that contains the type definition.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property AssemblyName As String
Get
'Uso
Dim instance As IClrDataType
Dim value As String
value = instance.AssemblyName
string AssemblyName { get; }
property String^ AssemblyName {
String^ get ();
}
abstract AssemblyName : string
function get AssemblyName () : String
Valor da propriedade
Tipo: System. . :: . .String
The name of the CLR assembly that contains the type definition.
Consulte também