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
특성을 사용하는 엔터티에 속한 이진 스트림의 이름입니다.