ObjectSet Constructors

Definition

Overloads

ObjectSet()

This is the non-generated part of the ObjectSet class.

ObjectSet(PolicyStore, String)

ObjectSet()

This is the non-generated part of the ObjectSet class.

public ObjectSet ();
Public Sub New ()

Applies to

ObjectSet(PolicyStore, String)

public ObjectSet (Microsoft.SqlServer.Management.Dmf.PolicyStore parent, string name);
new Microsoft.SqlServer.Management.Dmf.ObjectSet : Microsoft.SqlServer.Management.Dmf.PolicyStore * string -> Microsoft.SqlServer.Management.Dmf.ObjectSet
Public Sub New (parent As PolicyStore, name As String)

Parameters

parent
PolicyStore
name
String

Applies to