Свойство ObjectIdentifier.Parts

Gets or sets the parts of the identifier.

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Property Parts As IList(Of String)
    Get 
    Set
'Применение
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>)

Значение свойства

Тип: System.Collections.Generic.IList<String>
The parts of the identifier.

См. также

Справочник

ObjectIdentifier Класс

Пространство имен Microsoft.SqlServer.Dac.Model