GetPropertySet-Methode
Gets the interface reference to the set of properties of this object. 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
Function GetPropertySet As ISfcPropertySet
'Usage
Dim instance As ISfcPropertyProvider
Dim returnValue As ISfcPropertySet
returnValue = instance.GetPropertySet()
ISfcPropertySet GetPropertySet()
ISfcPropertySet^ GetPropertySet()
abstract GetPropertySet : unit -> ISfcPropertySet
function GetPropertySet() : ISfcPropertySet
Rückgabewert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcPropertySet
An ISfcPropertySet object that can be used to access the set of properties of this object.