Partager via


Propriété NameProperties

Gets or sets the property name for the database used in the DatabaseLevel. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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 Property NameProperties As StringCollection
    Get
    Set
'Utilisation
Dim instance As SqlEnumResult
Dim value As StringCollection

value = instance.NameProperties

instance.NameProperties = value
public StringCollection NameProperties { get; set; }
public:
property StringCollection^ NameProperties {
    StringCollection^ get ();
    void set (StringCollection^ value);
}
member NameProperties : StringCollection with get, set
function get NameProperties () : StringCollection
function set NameProperties (value : StringCollection)

Valeur de propriété

Type : System.Collections.Specialized. . :: . .StringCollection
The property name for the database.