次の方法で共有


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 名前空間