ModelStore.GetIdentifier メソッド (array<String[])
スコープ ID と文字列で、モデルから識別子を取得します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Function GetIdentifier ( _
ParamArray identifiers As String() _
) As ModelStore..::.Identifier
'使用
Dim instance As ModelStore
Dim identifiers As String()
Dim returnValue As ModelStore..::.Identifier
returnValue = instance.GetIdentifier(identifiers)
public ModelStore..::.Identifier GetIdentifier(
params string[] identifiers
)
public:
ModelStore..::.Identifier^ GetIdentifier(
... array<String^>^ identifiers
)
public function GetIdentifier(
... identifiers : String[]
) : ModelStore..::.Identifier
パラメータ
- identifiers
型 : array<System.String[]
識別子文字列を指定します。
戻り値
型 : Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier