Propriété ClassName
Gets or sets the name of the class that defines the type.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Property ClassName As String
Get
Set
'Utilisation
Dim instance As IMutableClrDataType
Dim value As String
value = instance.ClassName
instance.ClassName = value
string ClassName { get; set; }
property String^ ClassName {
String^ get ();
void set (String^ value);
}
abstract ClassName : string with get, set
function get ClassName () : String
function set ClassName (value : String)
Valeur de propriété
Type : System. . :: . .String
The name of the class that defines the type.