ObjectSet 속성
Gets or sets the set of objects that are associated with the policy.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
<SfcReferenceAttribute(GetType(ObjectSet), "PolicyStore/ObjectSet[@Name='{0}']", _
)> _
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ObjectSet As String
Get
Set
‘사용 방법
Dim instance As Policy
Dim value As String
value = instance.ObjectSet
instance.ObjectSet = value
[SfcReferenceAttribute(typeof(ObjectSet), "PolicyStore/ObjectSet[@Name='{0}']",
)]
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public string ObjectSet { get; set; }
[SfcReferenceAttribute(typeof(ObjectSet), L"PolicyStore/ObjectSet[@Name='{0}']",
)]
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property String^ ObjectSet {
String^ get ();
void set (String^ value);
}
[<SfcReferenceAttribute(typeof(ObjectSet), "PolicyStore/ObjectSet[@Name='{0}']",
)>]
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member ObjectSet : string with get, set
function get ObjectSet () : String
function set ObjectSet (value : String)
속성 값
형식: System. . :: . .String
A String object that specifies the object set.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.