Partilhar via


Propriedade do RDL ObjectInfo.UrnProperties

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Property UrnProperties As ObjectProperty()
    Get 
    Set
'Uso
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[])

Valor da propriedade

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

Consulte também

Referência

ObjectInfo Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc