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 命名空间