SfcCollectionInfo 생성자
Initializes a new instance of the SfcCollectionInfo class.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Sub New ( _
displayName As String, _
collection As Object _
)
‘사용 방법
Dim displayName As String
Dim collection As Object
Dim instance As New SfcCollectionInfo(displayName, _
collection)
public SfcCollectionInfo(
string displayName,
Object collection
)
public:
SfcCollectionInfo(
String^ displayName,
Object^ collection
)
new :
displayName:string *
collection:Object -> SfcCollectionInfo
public function SfcCollectionInfo(
displayName : String,
collection : Object
)
매개 변수
- displayName
유형: System.String
The display name of the collection.
- collection
유형: System.Object
The collection object.