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
    Get
'Usage
Dim instance As ModelStore..::..Identifier
Dim value As IExternalReferenceParts

value = instance.ExternalReferenceParts
public IExternalReferenceParts ExternalReferenceParts { get; }
public:
property IExternalReferenceParts^ ExternalReferenceParts {
    IExternalReferenceParts^ get ();
}
function get ExternalReferenceParts () : IExternalReferenceParts
member ExternalReferenceParts : IExternalReferenceParts

Property Value

Type: Microsoft.Data.Schema.SchemaModel.IExternalReferenceParts

.NET Framework Security

See Also

Reference

ModelStore.Identifier Class

ModelStore.Identifier Members

Microsoft.Data.Schema.SchemaModel Namespace