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 命名空间