ObjectInfo.UrnProperties 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Property UrnProperties As ObjectProperty()
    Get 
    Set
用法
Dim instance As ObjectInfo 
Dim value As ObjectProperty()

value = instance.UrnProperties

instance.UrnProperties = value
public ObjectProperty[] UrnProperties { get; set; }
public:
property array<ObjectProperty^>^ UrnProperties {
    array<ObjectProperty^>^ get ();
    void set (array<ObjectProperty^>^ value);
}
member UrnProperties : ObjectProperty[] with get, set
function get UrnProperties () : ObjectProperty[]
function set UrnProperties (value : ObjectProperty[])

属性值

类型:array<Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[]
The list of the properties that make up the URN (Uniform Resource Name).

请参阅

参考

ObjectInfo 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间