Costruttore ConditionExtender (PolicyStore, String)
Initializes a new instance of the ConditionExtender class that has the specified policy store and name.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
policyStore As PolicyStore, _
name As String _
)
'Utilizzo
Dim policyStore As PolicyStore
Dim name As String
Dim instance As New ConditionExtender(policyStore, _
name)
public ConditionExtender(
PolicyStore policyStore,
string name
)
public:
ConditionExtender(
PolicyStore^ policyStore,
String^ name
)
new :
policyStore:PolicyStore *
name:string -> ConditionExtender
public function ConditionExtender(
policyStore : PolicyStore,
name : String
)
Parametri
- policyStore
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .PolicyStore
A PolicyStore object that specifies the policy store that is associated with the condition.
- name
Tipo: System. . :: . .String
A String value that specifies the name of the condition.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.