Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SfcCollectionInfo class.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
displayName As String, _
collection As Object _
)
'Usage
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
)
Parameters
- displayName
Type: System.String
The display name of the collection.
- collection
Type: System.Object
The collection object.