Partilhar via


Propriedade do RDL ObjectIdentifier.ExternalParts

Gets the external reference parts. Null if the identifier is not external.

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

Sintaxe

'Declaração
Public Property ExternalParts As IList(Of String)
    Get 
    Set
'Uso
Dim instance As ObjectIdentifier 
Dim value As IList(Of String)

value = instance.ExternalParts

instance.ExternalParts = value
public IList<string> ExternalParts { get; set; }
public:
property IList<String^>^ ExternalParts {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
member ExternalParts : IList<string> with get, set
function get ExternalParts () : IList<String>
function set ExternalParts (value : IList<String>)

Valor da propriedade

Tipo: System.Collections.Generic.IList<String>
The external reference parts.

Consulte também

Referência

ObjectIdentifier Classe

Namespace Microsoft.SqlServer.Dac.Model