Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.