不要直接在程式碼中參照此成員。其支援 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).