Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Parts As IList(Of String)
'Usage
Dim instance As ModelStore.Identifier
Dim value As IList(Of String)
value = instance.Parts
public IList<string> Parts { get; }
public:
property IList<String^>^ Parts {
IList<String^>^ get ();
}
public function get Parts () : IList<String>
Property Value
Type: System.Collections.Generic.IList<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.