DataObjectIdentifierConverter.SplitIntoParts(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将标识符的字符串版本划分为一组标识符部分,转换为所需的格式。
protected:
abstract cli::array <System::String ^> ^ SplitIntoParts(System::String ^ typeName, System::String ^ identifier);
protected abstract string[] SplitIntoParts (string typeName, string identifier);
abstract member SplitIntoParts : string * string -> string[]
Protected MustOverride Function SplitIntoParts (typeName As String, identifier As String) As String()
参数
- typeName
- String
数据对象类型的名称。
- identifier
- String
数据源对象标识符。
返回
- String[]
格式化标识符部分的数组。