Właściwość ClassName
Pobiera lub ustawia nazwę klasy, który jest wywoływany przez wyzwalacz odwołanie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Design)> _
Public Property ClassName As String
Get
Set
'Użycie
Dim instance As Trigger
Dim value As String
value = instance.ClassName
instance.ClassName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)]
public string ClassName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Design)]
public:
property String^ ClassName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Design)>]
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óry jest wywoływany przez wyzwalacz odwołanie.
Uwagi
Wartość jest wymagana dla ClassName Właściwości tylko wtedy, gdy ImplementationType właściwość jest zestaw do SqlClr.
Zobacz także