ReplicationColumn.PhysicalDatatype プロパティ
この列の基本データ型の名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property PhysicalDatatype As String
Get
Set
'使用
Dim instance As ReplicationColumn
Dim value As String
value = instance.PhysicalDatatype
instance.PhysicalDatatype = value
public string PhysicalDatatype { get; set; }
public:
property String^ PhysicalDatatype {
String^ get ();
void set (String^ value);
}
member PhysicalDatatype : string with get, set
function get PhysicalDatatype () : String
function set PhysicalDatatype (value : String)
プロパティ値
型: System.String
String 値です。
説明
基本データ型を使用して作成された Microsoft SQL Server の列では、参照している列オブジェクトのデータ型と物理データ型のフィールドの値は同じになります。 ユーザー定義データ型を使用して作成された SQL Server の列では、列オブジェクトのデータ型フィールドは、ユーザー定義データ型の名前を返します。 物理データ型フィールドは、SQL Server の基本データ型をレポートします。
この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。