다음을 통해 공유


IUpdateChildrenRequest.RequiredFields 속성

Gets the required field for the object.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property RequiredFields As String()
    Get
‘사용 방법
Dim instance As IUpdateChildrenRequest 
Dim value As String()

value = instance.RequiredFields
string[] RequiredFields { get; }
property array<String^>^ RequiredFields {
    array<String^>^ get ();
}
abstract RequiredFields : string[]
function get RequiredFields () : String[]

속성 값

유형: array<System.String[]
Returns an array of string that represents the required field for the object.

참고 항목

참조

IUpdateChildrenRequest 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스