ModelStore.Identifier.ExternalReferenceParts Property
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ExternalReferenceParts As IExternalReferenceParts
'Usage
Dim instance As ModelStore.Identifier
Dim value As IExternalReferenceParts
value = instance.ExternalReferenceParts
public IExternalReferenceParts ExternalReferenceParts { get; }
public:
property IExternalReferenceParts^ ExternalReferenceParts {
IExternalReferenceParts^ get ();
}
public function get ExternalReferenceParts () : IExternalReferenceParts
Property Value
Type: Microsoft.Data.Schema.SchemaModel.IExternalReferenceParts
.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.