Propriété AssemblyName
Gets the name of the CLR assembly that contains the type definition.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property AssemblyName As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
The name of the CLR assembly that contains the type definition.
Voir aussi