UserDefinedFunctionParameterCollection.Parent 속성
Gets the UserDefinedFunction object that is the parent of the UserDefinedFunctionParameter object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property Parent As UserDefinedFunction
Get
‘사용 방법
Dim instance As UserDefinedFunctionParameterCollection
Dim value As UserDefinedFunction
value = instance.Parent
public UserDefinedFunction Parent { get; }
public:
property UserDefinedFunction^ Parent {
UserDefinedFunction^ get ();
}
member Parent : UserDefinedFunction
function get Parent () : UserDefinedFunction
속성 값
유형: Microsoft.SqlServer.Management.Smo.UserDefinedFunction
A UserDefinedFunction object that owns the UserDefinedFunctionParameter object.