ObjectSet constructeur (PolicyStore, String)
Initializes a new instance of the ObjectSet class that has the specified parent policy store and the specified name.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As PolicyStore, _
name As String _
)
'Utilisation
Dim parent As PolicyStore
Dim name As String
Dim instance As New ObjectSet(parent, _
name)
public ObjectSet(
PolicyStore parent,
string name
)
public:
ObjectSet(
PolicyStore^ parent,
String^ name
)
new :
parent:PolicyStore *
name:string -> ObjectSet
public function ObjectSet(
parent : PolicyStore,
name : String
)
Paramètres
- parent
Type : Microsoft.SqlServer.Management.Dmf. . :: . .PolicyStore
A PolicyStore object that specifies the parent policy store.
- name
Type : System. . :: . .String
A String value that specifies the name of the object set.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.