SfcCollectionInfo Constructor
Initializes a new instance of the SfcCollectionInfo class.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
displayName As String, _
collection As Object _
)
'Uso
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
)
Parámetros
- displayName
Tipo: System.String
The display name of the collection.
- collection
Tipo: System.Object
The collection object.