ModelStore.EncodeIdentifier 方法

返回标识符的字符串表示形式,该标识符是通过适当的引号和分隔符划分其各部分所编码而成的。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Shared Function EncodeIdentifier ( _
    identifier As ModelIdentifier _
) As String
public static string EncodeIdentifier(
    ModelIdentifier identifier
)
public:
static String^ EncodeIdentifier(
    ModelIdentifier^ identifier
)
static member EncodeIdentifier : 
        identifier:ModelIdentifier -> string 
public static function EncodeIdentifier(
    identifier : ModelIdentifier
) : String

参数

返回值

类型:System.String
一个对象,它表示外部属性的值。

.NET Framework 安全性

请参见

参考

ModelStore 类

Microsoft.Data.Schema.SchemaModel 命名空间

ModelIdentifier