SqlObjectProperty.SessionValue プロパティ
一時的な値を取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Property SessionValue As String
Get
Set
'使用
Dim instance As SqlObjectProperty
Dim value As String
value = instance.SessionValue
instance.SessionValue = value
public string SessionValue { get; set; }
public:
property String^ SessionValue {
String^ get ();
void set (String^ value);
}
member SessionValue : string with get, set
function get SessionValue () : String
function set SessionValue (value : String)
プロパティ値
型: System.String
一時的な値です。