Udostępnij za pośrednictwem


Właściwość ImplementationType

Pobiera lub ustawia typ implementacji funkcja zdefiniowanej przez użytkownika.

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

value = instance.ImplementationType

instance.ImplementationType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design, 
    "TransactSql")]
public ImplementationType ImplementationType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design, 
    L"TransactSql")]
public:
property ImplementationType ImplementationType {
    ImplementationType get ();
    void set (ImplementationType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design, 
    "TransactSql")>]
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 funkcja zdefiniowanej przez użytkownika.

Uwagi

Właściwość ta określa, czy funkcja zdefiniowana przez użytkownika jest realizowane z typu CLR lub Transact-SQL.Jeśli funkcja zdefiniowana przez użytkownika jest realizowane z typu CLR, a następnie wartości są wymagane dla ExecutionContextPrincipal właściwość, AssemblyName właściwość, ClassName właściwości oraz MethodName Właściwości.