Sdílet prostřednictvím


ModelStore.CreateIdentifier – metoda (array<String )

Vytvoří pomocí zadaného pole názvů část modelu jedinečný identifikátor.

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

Syntaxe

'Deklarace
Public Function CreateIdentifier ( _
    ParamArray parts As String() _
) As ModelIdentifier
public ModelIdentifier CreateIdentifier(
    params string[] parts
)
public:
ModelIdentifier^ CreateIdentifier(
    ... array<String^>^ parts
)
member CreateIdentifier : 
        parts:string[] -> ModelIdentifier 
public function CreateIdentifier(
    ... parts : String[]
) : ModelIdentifier

Parametry

Vrácená hodnota

Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Jedinečný identifikátor.S částí stejný identifikátor již existuje, je vrácena hodnota tohoto identifikátoru.

Poznámky

Prvek s názvem "dbo.Tabulka" zastoupeny matice částí názvu se "dbo" a "Tabulka".

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelStore Třída

CreateIdentifier – přetížení

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

ModelIdentifier