UserDefinedDataType Class
UserDefinedDataType オブジェクトは、Microsoft SQL Server のユーザー定義データ型を表します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)
構文
'宣言
Public NotInheritable Class UserDefinedDataType
Inherits ScriptSchemaObjectBase
Implements ICreatable, IAlterable, IDroppable, IRenamable, _
IExtendedProperties, IScriptable, IObjectPermission
public sealed class UserDefinedDataType : ScriptSchemaObjectBase, ICreatable, IAlterable, IDroppable,
IRenamable, IExtendedProperties, IScriptable, IObjectPermission
public ref class UserDefinedDataType sealed : public ScriptSchemaObjectBase, ICreatable, IAlterable, IDroppable,
IRenamable, IExtendedProperties, IScriptable, IObjectPermission
public final class UserDefinedDataType extends ScriptSchemaObjectBase implements ICreatable, IAlterable,
IDroppable, IRenamable, IExtendedProperties, IScriptable, IObjectPermission
public final class UserDefinedDataType extends ScriptSchemaObjectBase implements ICreatable, IAlterable,
IDroppable, IRenamable, IExtendedProperties, IScriptable, IObjectPermission
解説
この名前空間、クラス、またはメンバは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
UserDefinedDataType オブジェクトの権限を取得するには、固定サーバー ロール public のメンバでもかまいません。
UserDefinedDataType オブジェクト権限を設定するには、親データベースでの CREATE TYPE 権限および指定したスキーマに対する ALTER 権限が必要です。アセンブリを指定する場合は、アセンブリを所有しているか、またはアセンブリに対する REFERENCES 権限を持っている必要があります。
ユーザー定義データ型を作成するには、親データベースでの CREATE TYPE 権限および指定したスキーマに対する ALTER 権限が必要です。アセンブリを指定する場合は、アセンブリを所有しているか、またはアセンブリに対する REFERENCES 権限を持っている必要があります。
ユーザー定義データ型を削除するには、その型に対する CONTROL 権限および指定したスキーマに対する ALTER 権限が必要です。
継承階層
System.Object
Microsoft.SqlServer.Management.Smo.SmoObjectBase
Microsoft.SqlServer.Management.Smo.SqlSmoObject
Microsoft.SqlServer.Management.Smo.NamedSmoObject
Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase
Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase
Microsoft.SqlServer.Management.Smo.UserDefinedDataType
使用例
Visual Basic .NET で既定のコンストラクタを使用して DataType オブジェクトを構築する方法
Visual Basic .NET でコンストラクタの指定を使用して DataType オブジェクトを構築する方法
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
UserDefinedDataType Members
Microsoft.SqlServer.Management.Smo Namespace