IExtensionInformation.SetExtensionHandle-Methode
Legt das Erweiterungshandle fest.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Sub SetExtensionHandle ( _
handle As ExtensionHandle _
)
void SetExtensionHandle(
ExtensionHandle handle
)
void SetExtensionHandle(
ExtensionHandle^ handle
)
abstract SetExtensionHandle :
handle:ExtensionHandle -> unit
function SetExtensionHandle(
handle : ExtensionHandle
)
Parameter
- handle
Typ: Microsoft.Data.Schema.Extensibility.ExtensionHandle
Das Erweiterungshandle.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.