Share via


ObjectIdentifier.HasExternalParts Property

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

Property Value

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

See Also

Reference

ObjectIdentifier Class

Microsoft.SqlServer.Dac.Model Namespace