Gets a value indicating whether the ObjectIdentifier have any ExternalParts.
命名空間: Microsoft.SqlServer.Dac.Model
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public ReadOnly Property HasExternalParts As Boolean
Get
'用途
Dim instance As ObjectIdentifier
Dim value As Boolean
value = instance.HasExternalParts
public bool HasExternalParts { get; }
public:
property bool HasExternalParts {
bool get ();
}
member HasExternalParts : bool
function get HasExternalParts () : boolean
屬性值
型別:System.Boolean
true if the ObjectIdentifier have any ExternalParts; otherwise, false.