Freigeben über


UrnProperties-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property UrnProperties As ObjectProperty()
    Get
    Set
'Usage
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[])

Eigenschaftswert

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