共用方式為


NamedStreamAttribute 建構函式

建立 NamedStreamAttribute 類別的新執行個體。

命名空間:  System.Data.Services.Common
組件:  Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)

語法

'宣告
Public Sub New ( _
    name As String _
)
'用途
Dim name As String

Dim instance As New NamedStreamAttribute(name)
public NamedStreamAttribute(
    string name
)
public:
NamedStreamAttribute(
    String^ name
)
new : 
        name:string -> NamedStreamAttribute
public function NamedStreamAttribute(
    name : String
)

參數

  • name
    型別:System.String
    屬於屬性化實體之二進位資料流的名稱。

請參閱

參考

NamedStreamAttribute 類別

System.Data.Services.Common 命名空間