共用方式為


ServiceContract.Name 屬性

Gets or sets the contract name.

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

語法

'宣告
Public Property Name As Identifier 
    Get 
    Set
'用途
Dim instance As ServiceContract 
Dim value As Identifier 

value = instance.Name

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

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The contract name.

請參閱

參考

ServiceContract 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間