GetParentSfcPropertySet-Methode
Retrieves an instance of the parent's property set. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Overridable Function GetParentSfcPropertySet As ISfcPropertySet
'Usage
Dim returnValue As ISfcPropertySet
returnValue = Me.GetParentSfcPropertySet()
protected virtual ISfcPropertySet GetParentSfcPropertySet()
protected:
virtual ISfcPropertySet^ GetParentSfcPropertySet()
abstract GetParentSfcPropertySet : unit -> ISfcPropertySet
override GetParentSfcPropertySet : unit -> ISfcPropertySet
protected function GetParentSfcPropertySet() : ISfcPropertySet
Rückgabewert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcPropertySet
The property set of the parent.