UserDefinedTypeFormat 属性

Gets the serialization format for the alias data type.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property UserDefinedTypeFormat As UserDefinedTypeFormat
    Get
用法
Dim instance As UserDefinedType
Dim value As UserDefinedTypeFormat

value = instance.UserDefinedTypeFormat
[SfcPropertyAttribute]
public UserDefinedTypeFormat UserDefinedTypeFormat { get; }
[SfcPropertyAttribute]
public:
property UserDefinedTypeFormat UserDefinedTypeFormat {
    UserDefinedTypeFormat get ();
}
[<SfcPropertyAttribute>]
member UserDefinedTypeFormat : UserDefinedTypeFormat
function get UserDefinedTypeFormat () : UserDefinedTypeFormat

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedTypeFormat
A UserDefinedTypeFormat that specifies the serialization format of the alias data type.