Delen via


ProcedureStatementBody.ProcedureReference Property

Gets or sets the name of the procedure.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property ProcedureReference As ProcedureReference 
    Get 
    Set
'Usage
Dim instance As ProcedureStatementBody 
Dim value As ProcedureReference 

value = instance.ProcedureReference

instance.ProcedureReference = value
public ProcedureReference ProcedureReference { get; set; }
public:
property ProcedureReference^ ProcedureReference {
    ProcedureReference^ get ();
    void set (ProcedureReference^ value);
}
member ProcedureReference : ProcedureReference with get, set
function get ProcedureReference () : ProcedureReference 
function set ProcedureReference (value : ProcedureReference)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ProcedureReference
The name of the procedure.

See Also

Reference

ProcedureStatementBody Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace