LiteralEndpointProtocolOption.Value プロパティ
オプションの値 (文字列または整数) を取得します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property Value As Literal
Get
Set
'使用
Dim instance As LiteralEndpointProtocolOption
Dim value As Literal
value = instance.Value
instance.Value = value
public Literal Value { get; set; }
public:
property Literal^ Value {
Literal^ get ();
void set (Literal^ value);
}
member Value : Literal with get, set
function get Value () : Literal
function set Value (value : Literal)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
オプション値。