Share via


ObjectIdentifier.Parts Property

Gets or sets the parts of the identifier.

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

Syntax

'Declaration
Public Property Parts As IList(Of String)
    Get 
    Set
'Usage
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>)

Property Value

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

See Also

Reference

ObjectIdentifier Class

Microsoft.SqlServer.Dac.Model Namespace