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.