ModelStore.GetIdentifier Method (IEnumerable<String>, IExternalReferenceParts)
Gets the identifier from the model.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetIdentifier ( _
identifiers As IEnumerable(Of String), _
externalReferenceParts As IExternalReferenceParts _
) As ModelStore..::..Identifier
'Usage
Dim instance As ModelStore
Dim identifiers As IEnumerable(Of String)
Dim externalReferenceParts As IExternalReferenceParts
Dim returnValue As ModelStore..::..Identifier
returnValue = instance.GetIdentifier(identifiers, _
externalReferenceParts)
public ModelStore..::..Identifier GetIdentifier(
IEnumerable<string> identifiers,
IExternalReferenceParts externalReferenceParts
)
public:
ModelStore..::..Identifier^ GetIdentifier(
IEnumerable<String^>^ identifiers,
IExternalReferenceParts^ externalReferenceParts
)
public function GetIdentifier(
identifiers : IEnumerable<String>,
externalReferenceParts : IExternalReferenceParts
) : ModelStore..::..Identifier
member GetIdentifier :
identifiers:IEnumerable<string> *
externalReferenceParts:IExternalReferenceParts -> ModelStore..::..Identifier
Parameters
- identifiers
Type: System.Collections.Generic.IEnumerable<String>
Specifies identifier strings
- externalReferenceParts
Type: Microsoft.Data.Schema.SchemaModel.IExternalReferenceParts
Specifies the strings that define the external reference
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
.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.