ModelStore.GetIdentifier Method (array<String )
Gets the identifier from the model by scope ID and a string.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetIdentifier ( _
ParamArray parts As String() _
) As ModelIdentifier
public ModelIdentifier GetIdentifier(
params string[] parts
)
public:
ModelIdentifier^ GetIdentifier(
... array<String^>^ parts
)
member GetIdentifier :
parts:string[] -> ModelIdentifier
public function GetIdentifier(
... parts : String[]
) : ModelIdentifier
Parameters
- parts
Type: array<System.String[]
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A model identifier.
Remarks
An object name of "dbo.MyTable" would have a part name list of "dbo" and "MyTable".
.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.