Partager via


Propriété ObjectIdentifier.Parts

Gets or sets the parts of the identifier.

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Property Parts As IList(Of String)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

ObjectIdentifier Classe

Espace de noms Microsoft.SqlServer.Dac.Model