SkuNames 属性
Gets the specified list of SKU names. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public ReadOnly Property SkuNames As String()
Get
用法
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[]
属性值
类型:array<System. . :: . .String> [] () [] []
A list of SKU names.