Udostępnij za pośrednictwem


Właściwość UserDefinedType.ClassName

Pobiera lub ustawia nazwę klasy, która jest wywoływana przez typ danych alias odwołania.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ClassName As String
    Get
    Set
'Użycie
Dim instance As UserDefinedType
Dim value As String

value = instance.ClassName

instance.ClassName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ClassName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ClassName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ClassName : string with get, set
function get ClassName () : String
function set ClassName (value : String)

Wartość właściwości

Typ: System.String
A String wartość, która określa nazwę klasy, która jest wywoływana przez typ danych alias odwołania.