Freigeben über


ObjectIdentifier.HasExternalParts-Eigenschaft

Gets a value indicating whether the ObjectIdentifier have any ExternalParts.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property HasExternalParts As Boolean 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Boolean
true if the ObjectIdentifier have any ExternalParts; otherwise, false.

Siehe auch

Verweis

ObjectIdentifier Klasse

Microsoft.SqlServer.Dac.Model-Namespace