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.