Partager via


Propriété SfcInstance.Properties

Returns a collection instance properties.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Properties As SfcPropertyCollection 
    Get
'Utilisation
Dim instance As SfcInstance 
Dim value As SfcPropertyCollection 

value = instance.Properties
public SfcPropertyCollection Properties { get; }
public:
property SfcPropertyCollection^ Properties {
    SfcPropertyCollection^ get ();
}
member Properties : SfcPropertyCollection
function get Properties () : SfcPropertyCollection

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection
A SfcProperty object that contains the properties of the SfcInstance object.

Voir aussi

Référence

SfcInstance Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc