ModelIdentifier.Parts Property
Gets a list of the parts of the identifier.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Parts As IList(Of String)
public IList<string> Parts { get; }
public:
property IList<String^>^ Parts {
IList<String^>^ get ();
}
member Parts : IList<string>
function get Parts () : IList<String>
Property Value
Type: System.Collections.Generic.IList<String>
An IList<T> of type String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.