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