共用方式為


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.