Konstruktor SfcCollectionInfo
Inicjuje nowe wystąpienie SfcCollectionInfo klasy
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Sub New ( _
displayName As String, _
collection As Object _
)
'Użycie
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
)
Parametry
- displayName
Typ: System.String
Wyświetlana nazwa kolekcja.
- collection
Typ: System.Object
Obiekt kolekcja.
Zobacz także