Udostępnij za pośrednictwem


Właściwość Trigger.ImplementationType

Pobiera lub ustawia typ implementacji wyzwalacza.

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.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property ImplementationType As ImplementationType
    Get
    Set
'Użycie
Dim instance As Trigger
Dim value As ImplementationType

value = instance.ImplementationType

instance.ImplementationType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public ImplementationType ImplementationType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property ImplementationType ImplementationType {
    ImplementationType get ();
    void set (ImplementationType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member ImplementationType : ImplementationType with get, set
function get ImplementationType () : ImplementationType
function set ImplementationType (value : ImplementationType)

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.ImplementationType
ImplementationType Wartość obiektu, który określa typ implementacji wyzwalacza.

Uwagi

Właściwość ta określa, czy wyzwalacz jest implementowany typ CLR lub z Transact-SQL.Jeśli wyzwalacz jest zaimplementowany typ CLR, wartości są wymagane dla ExecutionContextPrincipal właściwość, AssemblyName właściwość, ClassName właściwości oraz MethodName Właściwości.