SchemaNamedKey<T>.UrnName 属性

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

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

语法

声明
Protected Overridable ReadOnly Property UrnName As String 
    Get
用法
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

属性值

类型:System.String
The Urn level name.

请参阅

参考

SchemaNamedKey<T> 类

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