Freigeben über


ISfcPropertySet-Schnittstelle

Provides access to a set of properties. 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
Public Interface ISfcPropertySet
'Usage
Dim instance As ISfcPropertySet
public interface ISfcPropertySet
public interface class ISfcPropertySet
type ISfcPropertySet =  interface end
public interface ISfcPropertySet

Der ISfcPropertySet-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Contains(String) Checks whether a property with the specified name is in the property set. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Öffentliche Methode Contains(ISfcProperty) Checks whether a property with the specified metadata is in the property set. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Öffentliche Methode Contains< (Of < <' (T> ) > > )(String) Checks whether a property with the specified name and type is in the property set. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Öffentliche Methode EnumProperties Returns an enumerator that can iterate through the properties in the property set. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Öffentliche Methode TryGetProperty Attempts to get the property metadata. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Öffentliche Methode TryGetPropertyValue(String, Object%) Attempts to get the property value. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Öffentliche Methode TryGetPropertyValue< (Of < <' (T> ) > > )(String, T%) Attempts to get the property value. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Zum Anfang