NavigationEntityProperty.Width プロパティ

プロパティの幅を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Public Property Width As 
    Get
    Set
'使用

Dim instance As NavigationEntityProperty
Dim value As 

value = instance.Width

instance.Width = value
public  Width { get; set; }
public:
virtual property  Width {
     get () sealed;
    void set ( value) sealed;
}
abstract Width :  with get, set
override Width :  with get, set
final function get Width () : 
final function set Width (value : )

プロパティ値

型:
指定されたプロパティの幅を表す整数。

実装

INavigationPropertyInfo.Width

関連項目

参照

NavigationEntityProperty クラス

Microsoft.SqlServer.Management 名前空間