共用方式為


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 命名空間