Partager via


Propriété ObjectIdentifier.HasExternalParts

Gets a value indicating whether the ObjectIdentifier have any ExternalParts.

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HasExternalParts As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ObjectIdentifier Classe

Espace de noms Microsoft.SqlServer.Dac.Model