AdoDotNetObjectIdentifierConverter.SplitIntoParts(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 ADO.NET 提供程序的数据源信息中检索复合标识符分隔符模式,并调用 Split(String) 具有此值和输入字符串的方法。
protected:
override cli::array <System::String ^> ^ SplitIntoParts(System::String ^ typeName, System::String ^ identifier);
protected override string[] SplitIntoParts (string typeName, string identifier);
override this.SplitIntoParts : string * string -> string[]
Protected Overrides Function SplitIntoParts (typeName As String, identifier As String) As String()
参数
- typeName
- String
数据对象类型的名称。
- identifier
- String
部分格式或格式完全相同的标识符。
返回
- String[]
返回带格式的标识符部分的数组。
例外
typeName和/或 identifier 参数为 null。