ValidationXmlSchemaCollection 속성
네임스페이스: Microsoft.SqlServer.Management.Smo.Broker
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property ValidationXmlSchemaCollection As String
Get
Set
‘사용 방법
Dim instance As MessageType
Dim value As String
value = instance.ValidationXmlSchemaCollection
instance.ValidationXmlSchemaCollection = value
[SfcPropertyAttribute]
public string ValidationXmlSchemaCollection { get; set; }
[SfcPropertyAttribute]
public:
property String^ ValidationXmlSchemaCollection {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member ValidationXmlSchemaCollection : string with get, set
function get ValidationXmlSchemaCollection () : String
function set ValidationXmlSchemaCollection (value : String)