UserDefinedFunction 속성

보호된 멤버 포함
상속된 멤버 포함

UserDefinedFunction 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 AnsiNullsStatus Gets the Boolean property value that specifies whether ISO NULL handling is enabled in the user-defined function.
공용 속성 AssemblyName Gets or sets the name of the assembly for the user-defined function.
공용 속성 Checks Represents a collection of Check objects. Each Check object represents a check constraint defined on the user-defined function.
공용 속성 ClassName Gets or sets the name of the class for the user-defined function.
공용 속성 Columns Represents a collection of Column objects. Each Column object represents a column defined on the user-defined function.
공용 속성 CreateDate Gets the date and time when the user-defined function was created.
공용 속성 DataType Gets or sets the return type for scalar functions.
공용 속성 DateLastModified Gets the date and time when the user-defined function was last modified.
공용 속성 Events Gets the events associated with the user-defined function.
공용 속성 ExecutionContext Gets or sets the execution context for the user-defined function.
공용 속성 ExecutionContextPrincipal Gets or sets the execution context principal for the user-defined function.
공용 속성 ExtendedProperties Gets the extended properties of the UserDefinedFunction object.
공용 속성 FunctionType Gets or sets the user-defined function type.
공용 속성 ID Gets the ID value that uniquely identifies the user-defined function.
공용 속성 ImplementationType Gets or sets the implementation type of the user-defined function.
공용 속성 Indexes Represents a collection of Index objects. Each Index object represents an index defined on the user-defined function.
공용 속성 IsDeterministic Gets or sets the Boolean property value that specifies whether the user-defined function is deterministic.
공용 속성 IsEncrypted Gets or sets the Boolean property value that specifies whether the user-defined function is encrypted.
공용 속성 IsSchemaBound Gets or sets the Boolean property value that specifies whether the user-defined function is bound to a schema.
공용 속성 IsSchemaOwned Gets a Boolean value that indicates whether the UserDefinedFunction object is owned by a schema.
공용 속성 IsSystemObject Gets the Boolean property value that specifies whether the user-defined function is a system object.
공용 속성 MethodName Gets the method name for the user-defined function.
공용 속성 Name Gets or sets a String value that specifies the name of the user defined function. (ScriptSchemaObjectBase.Name을(를) 재정의함)
공용 속성 OrderColumns Gets the OrderColumnsCollection that is associated with this user-defined function.
공용 속성 Owner Gets the name of the owner of the UserDefinedFunction object.
공용 속성 Parameters Represents a collection of Parameter objects. Each Parameter object represents a parameter defined for the user-defined function.
공용 속성 Parent Gets or sets the Database object that is the parent of the UserDefinedFunction object.
공용 속성 Properties Gets a collection of Property objects that represent the object properties. (SqlSmoObject에서 상속됨)
공용 속성 QuotedIdentifierStatus Gets or sets a Boolean property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules in the user-defined function.
공용 속성 ReturnsNullOnNullInput Gets or sets the Boolean property that specifies whether to call the function if at least one of the function arguments is null.
공용 속성 Schema Gets or sets a String value that specifies the name of the schema that contains the user defined function. (ScriptSchemaObjectBase.Schema을(를) 재정의함)
공용 속성 State Gets the state of the referenced object. (SmoObjectBase에서 상속됨)
공용 속성 TableVariableName Gets or sets the table variable name.
공용 속성 TextBody Gets or sets the Transact-SQL string that defines the user-defined function.
공용 속성 TextHeader Gets or sets the header part of the Transact-SQL string that defines the user-defined function.
공용 속성 TextMode Gets or sets the Boolean property that specifies whether the text header is editable as text.
공용 속성 Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (SqlSmoObject에서 상속됨)
공용 속성 UserData Gets or sets user-defined data associated with the referenced object. (SmoObjectBase에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 속성 ISfcSupportsDesignMode.IsDesignMode Gets a Boolean value that specifies whether the user defined function supports design mode.

맨 위로 이동

참고 항목

참조

UserDefinedFunction 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스