Partilhar via


Propriedade do RDL ObjectIdentifier.Parts

Gets or sets the parts of the identifier.

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

Sintaxe

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

value = instance.Parts

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

Valor da propriedade

Tipo: System.Collections.Generic.IList<String>
The parts of the identifier.

Consulte também

Referência

ObjectIdentifier Classe

Namespace Microsoft.SqlServer.Dac.Model