Właściwość StoredProcedure.ImplementationType
Pobiera lub ustawia typ wykonania procedura składowana.
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, _
"TransactSql")> _
Public Property ImplementationType As ImplementationType
Get
Set
'Użycie
Dim instance As StoredProcedure
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 wykonania procedura składowana.
Uwagi
Właściwość ta określa, czy procedura składowana jest implementowany z SQL Server typu runtime (CLR) języka wspólnego lub z Transact-SQL.Jeśli procedura składowana jest implementowany typ 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.
Zobacz także