Propriété SfcSkuAttribute.SkuNames
Gets the specified list of SKU names. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SkuNames As String()
Get
'Utilisation
Dim instance As SfcSkuAttribute
Dim value As String()
value = instance.SkuNames
public string[] SkuNames { get; }
public:
property array<String^>^ SkuNames {
array<String^>^ get ();
}
member SkuNames : string[]
function get SkuNames () : String[]
Valeur de propriété
Type : array<System.String[]
A list of SKU names.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata