Propriedade do RDL NamedKey<T>.UrnName

Gets the Urn level name corresponding to the instance type which the key represents.

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

Sintaxe

'Declaração
Protected Overridable ReadOnly Property UrnName As String 
    Get
'Uso
Dim value As String 

value = Me.UrnName
protected virtual string UrnName { get; }
protected:
virtual property String^ UrnName {
    String^ get ();
}
abstract UrnName : string 
override UrnName : string
function get UrnName () : String

Valor da propriedade

Tipo: System.String
The Urn level name.

Consulte também

Referência

NamedKey<T> Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc