ObjectIdentifier.HasName 属性

Gets a value indicating whether the ObjectIdentifier have any Parts.

命名空间:  Microsoft.SqlServer.Dac.Model
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Public ReadOnly Property HasName As Boolean 
    Get
用法
Dim instance As ObjectIdentifier 
Dim value As Boolean 

value = instance.HasName
public bool HasName { get; }
public:
property bool HasName {
    bool get ();
}
member HasName : bool
function get HasName () : boolean

属性值

类型:System.Boolean
true if the ObjectIndentifier have any Parts; otherwise, false.

请参阅

参考

ObjectIdentifier 类

Microsoft.SqlServer.Dac.Model 命名空间