Implicit 转换 (String to Urn)
Converts to Urn. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Shared Widening Operator CType ( _
str As String _
) As Urn
用法
Dim input As String
Dim output As Urn
output = CType(input, Urn)
public static implicit operator Urn (
string str
)
static implicit operator Urn^ (
String^ str
)
JScript 支持使用自定义转换,但不支持声明新自定义转换。
参数
- str
类型:System. . :: . .String
The string to convert to Urn.
返回值
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A string value that contains the converted Urn.