共用方式為


SoapMethod.Name 屬性

Gets or sets the name of a stored procedure or user-defined function that corresponds to the SOAP method.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property Name As Literal 
    Get 
    Set
'用途
Dim instance As SoapMethod 
Dim value As Literal 

value = instance.Name

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

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The name of a stored procedure or user-defined function that corresponds to the SOAP method.

請參閱

參考

SoapMethod 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間