SfcSkuAttribute.SkuNames Property
Gets the specified list of SKU names. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property SkuNames As String()
Get
'Usage
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[]
Property Value
Type: array<System.String[]
A list of SKU names.