Compartir a través de


ObjectIdentifier.Parts Propiedad

Gets or sets the parts of the identifier.

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ObjectIdentifier Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model