Propriedade do RDL ObjectIdentifier.HasExternalParts
Gets a value indicating whether the ObjectIdentifier have any ExternalParts.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public ReadOnly Property HasExternalParts As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
true if the ObjectIdentifier have any ExternalParts; otherwise, false.