次の方法で共有


ObjectProperty.Type プロパティ

プロパティの型を示す値を取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

'宣言
Public Property Type As String 
    Get 
    Set
'使用
Dim instance As ObjectProperty 
Dim value As String 

value = instance.Type

instance.Type = value
public string Type { get; set; }
public:
property String^ Type {
    String^ get ();
    void set (String^ value);
}
member Type : string with get, set
function get Type () : String 
function set Type (value : String)

プロパティ値

型: System.String
プロパティの型を表す文字列です。

関連項目

参照

ObjectProperty クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間