WsdlPayloadOption.Value 속성

Gets or sets the option value - string or DEFAULT.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property Value As Literal 
    Get 
    Set
‘사용 방법
Dim instance As WsdlPayloadOption 
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
The option value - string or DEFAULT.

참고 항목

참조

WsdlPayloadOption 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스