Propriedade do RDL RouteOption.Literal
Gets or sets the literal value of the option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Literal As Literal
Get
Set
'Uso
Dim instance As RouteOption
Dim value As Literal
value = instance.Literal
instance.Literal = value
public Literal Literal { get; set; }
public:
property Literal^ Literal {
Literal^ get ();
void set (Literal^ value);
}
member Literal : Literal with get, set
function get Literal () : Literal
function set Literal (value : Literal)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The literal option value.