Właściwość DatabaseDdlTrigger.ClassName
Pobiera lub ustawia nazwę klasy w wirtualny plik dziennika zawierający kod zarządzany, wykonywany, kiedy wywoływane wyzwalacza języka (DDL) definicja danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Design)> _
Public Property ClassName As String
Get
Set
'Użycie
Dim instance As DatabaseDdlTrigger
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 w wirtualny plik dziennika.
Zobacz także