Sdílet prostřednictvím


ModelStore.GetIdentifier – metoda (array<String )

Identifikátor získává z modelu řetězec a ID oboru.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Identifikátor modelu.

Poznámky

Název objektu "dbo.Tabulka" seznam součástí názvu "dbo" by měl a "Tabulka".

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelStore Třída

GetIdentifier – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů